home *** CD-ROM | disk | FTP | other *** search
- object Decryptform: TDecryptform
- Left = 793
- Top = 198
- BorderStyle = bsDialog
- Caption = 'Decrypt'
- ClientHeight = 257
- ClientWidth = 417
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Topbevel: TBevel
- Left = 0
- Top = 65
- Width = 417
- Height = 8
- Align = alTop
- Shape = bsTopLine
- end
- object Inputbrowsebutton: TSpeedButton
- Left = 384
- Top = 88
- Width = 23
- Height = 22
- Hint = 'Browse.'
- Caption = '...'
- OnClick = InputbrowsebuttonClick
- end
- object Targetbrowsebutton: TSpeedButton
- Left = 384
- Top = 136
- Width = 23
- Height = 22
- Hint = 'Browse.'
- Caption = '...'
- OnClick = TargetbrowsebuttonClick
- end
- object Bottombevel: TBevel
- Left = 8
- Top = 216
- Width = 401
- Height = 9
- Shape = bsTopLine
- end
- object Toppanel: TPanel
- Left = 0
- Top = 0
- Width = 417
- Height = 65
- Align = alTop
- BevelOuter = bvNone
- Color = clWhite
- TabOrder = 0
- object Captionlabel: TLabel
- Left = 8
- Top = 8
- Width = 92
- Height = 13
- Caption = 'Decrypt Archive'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Infolabel: TLabel
- Left = 16
- Top = 24
- Width = 389
- Height = 26
- Caption =
- 'Please enter the location of the file that you want to decrypt. ' +
- 'Specify a target folder and at last enter the password which is ' +
- 'required to decrypt the file correctly.'
- WordWrap = True
- end
- end
- object Inputedit: TLabeledEdit
- Left = 8
- Top = 88
- Width = 369
- Height = 21
- EditLabel.Width = 69
- EditLabel.Height = 13
- EditLabel.Caption = 'File to decrypt:'
- LabelPosition = lpAbove
- LabelSpacing = 3
- ReadOnly = True
- TabOrder = 1
- end
- object Cancelbutton: TButton
- Left = 336
- Top = 224
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = CancelbuttonClick
- end
- object Decryptbutton: TButton
- Left = 256
- Top = 224
- Width = 75
- Height = 25
- Caption = 'Decrypt'
- Default = True
- TabOrder = 3
- OnClick = DecryptbuttonClick
- end
- object Passedit: TLabeledEdit
- Left = 8
- Top = 184
- Width = 369
- Height = 21
- EditLabel.Width = 49
- EditLabel.Height = 13
- EditLabel.Caption = 'Password:'
- LabelPosition = lpAbove
- LabelSpacing = 3
- PasswordChar = '*'
- TabOrder = 4
- end
- object Targetedit: TLabeledEdit
- Left = 8
- Top = 136
- Width = 369
- Height = 21
- EditLabel.Width = 34
- EditLabel.Height = 13
- EditLabel.Caption = 'Target:'
- LabelPosition = lpAbove
- LabelSpacing = 3
- ReadOnly = True
- TabOrder = 5
- end
- object Helpbutton: TButton
- Left = 8
- Top = 224
- Width = 75
- Height = 25
- Caption = 'Help'
- TabOrder = 6
- OnClick = HelpbuttonClick
- end
- object Opendialog: TOpenDialog
- Filter = 'TUGZip Encrypted Files (*.tze)|*.tze'
- Left = 8
- Top = 8
- end
- end
-